home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6440 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  909 b 

  1. Path: news.rain.org!usenet
  2. From: "Guus Leeuw jr." <guusl@eiffel.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Universal include file
  5. Date: Sat, 24 Feb 1996 13:31:59 -0800
  6. Organization: Interactive Software Engineering Inc. http://www.eiffel.com/
  7. Message-ID: <312F83CF.4910E58B@eiffel.com>
  8. References: <4gnjea$30m@news.Belgium.EU.net>
  9. NNTP-Posting-Host: @outback.eiffel.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; Linux 1.2.8 i586)
  14.  
  15. Pieter Hintjens wrote:
  16. [snip snip]
  17. > Any comments and specific information gratefully received!
  18.  
  19. Hmm, hmm. I think (after flipping through) that it can be pretty useful. But once agian
  20. practice will make wise ;-)
  21.  
  22. Anyways, I detected one little nice typo:
  23.  
  24. > #define strterm(str)    (str [strlen (str))
  25.  
  26. This should read `#define strterm(str) (str[strlen(str)])'
  27.  
  28. Regards and success,
  29.     Guus
  30.